home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Book of Tells
/
The Book of Tells.iso
/
help.dir
/
00024_Script_24
< prev
next >
Wrap
Text File
|
1994-09-21
|
448b
|
19 lines
on exitFrame
updateStage
sound playFile 1, the pathName &"SOUNDS\3_7.AIF"
repeat while soundBusy(1)
set the visible of sprite 7 to FALSE
updateStage
startTimer
repeat while the timer < 10
nothing
end repeat
set the visible of sprite 7 to TRUE
updateStage
startTimer
repeat while the timer < 10
nothing
end repeat
end repeat
set the visible of sprite 7 to FALSE
end